docs: GDK_WINDOWING is not a type
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:45:58 +0000 (17:45 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:40 +0000 (18:57 -0500)
docs/reference/gtk/migrating-2to3.xml

index a273b0b44b6c408a25295d0cfc2a5244dadc8f44..0b027d577d95118015f7b0b1b52228d2b2d12946 100644 (file)
@@ -935,7 +935,7 @@ gdk_window_add_filter (NULL, message_filter, NULL);
       In GTK+ 3, GDK can be built with multiple backends, and currently
       used backend has to be determined at runtime, typically using
       type-check macros on a #GdkDisplay or #GdkWindow. You still need
-      to use the #GDK_WINDOWING macros to only compile code referring
+      to use the GDK_WINDOWING macros to only compile code referring
       to supported backends:
       <informalexample><programlisting>
 #ifdef GDK_WINDOWING_X11